DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / InternalList Property

In This Topic
    InternalList Property (C1ProxyDataCollection<T>)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InternalList As C1DynamicList(Of T)
    protected C1DynamicList<T> InternalList {get;}
    See Also